<Schema name="DTMInterbusDataTypesSchema" xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes" xmlns:fdt="x-schema:FDTDataTypesSchema.xml">
	<!--Definition of Attributes-->
	<AttributeType name="systemNumber" dt:type="ui1"/>
	<AttributeType name="segmentNumber" dt:type="ui1"/>
	<AttributeType name="positionNumber" dt:type="ui1"/>
	<AttributeType name="identCode" dt:type="ui1"/>
	<AttributeType name="PALength" dt:type="ui1"/>
	<AttributeType name="PDLength" dt:type="ui1"/>
	<!--Definition of Elements-->
	<ElementType name="UserDefinedBus" content="empty" model="closed">
		<attribute type="fdt:nodeId" required="no"/>
		<attribute type="systemNumber" required="yes"/>
		<attribute type="segmentNumber" required="yes"/>
		<attribute type="positionNumber" required="yes"/>
		<attribute type="identCode" required="yes"/>
		<attribute type="PALength" required="yes"/>
		<attribute type="PDLength" required="yes"/>
	</ElementType>
</Schema>
